Make the poll func work with real file descriptors. We do this by creating
authorAnders Carlsson <andersca@imendio.com>
Mon, 27 Mar 2006 18:46:38 +0000 (18:46 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Mon, 27 Mar 2006 18:46:38 +0000 (18:46 +0000)
commit856ee02fe4f7d8d059dcd9d2ff7b1ca7586b2451
tree41decfae865a2638768ae0966feab52304bb91ad
parentdbba8384d1e2927009d5f8c6405b17d067cd76db
Make the poll func work with real file descriptors. We do this by creating

2006-03-27  Anders Carlsson  <andersca@imendio.com>

        * gdk/quartz/gdkevents-quartz.c:
        (select_thread_func):
        (got_fd_activity):
        (poll_func):
        (gdk_event_translate):
        Make the poll func work with real file descriptors.
        We do this by creating a thread which calls poll and then
        signals the main thread using a run loop source.

        * gtk/gtkclipboard-quartz.c:
        (-[GtkClipboardOwner pasteboard:provideDataForType:]):
        Remove debugging output
ChangeLog
ChangeLog.pre-2-10
gdk/quartz/gdkevents-quartz.c
gtk/gtkclipboard-quartz.c